home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / Think Class Libraries / WASTE TCL 2.0b2 / WASTE VA / Source / x_CVAWASTEDlgText.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-06-16  |  964 b   |  38 lines  |  [TEXT/KAHL]

  1. /******************************************************************************
  2.  x_CVAWASTEDlgText.h
  3.  
  4.             Header File For CVAWASTEDlgText Lower-Layer DialogText Class
  5.     
  6.     Copyright © 1996 Dan Crevier. All rights reserved.
  7.  
  8.     Generated by Visual Architect™
  9.  
  10.     This file is rewritten each time you generate code. You should not
  11.     make changes to this file; changes should go in the CVAWASTEDlgText.h
  12.     file, instead.
  13.  
  14.     If you want to change how Visual Architect generates this file, you can
  15.     change the template for this file. It is "_Text.h" in the Visual Architect
  16.     Templates folder.
  17.  
  18.  ******************************************************************************/
  19.  
  20. #pragma once
  21.  
  22. #include "CWASTEDlgText.h"
  23.  
  24. class CDirectorOwner;
  25.  
  26. class x_CVAWASTEDlgText : public CWASTEDlgText
  27. {
  28. public:
  29.  
  30.     TCL_DECLARE_CLASS
  31.  
  32.  
  33.                                     /** Object I/O **/
  34.     virtual void        PutTo(CStream &aStream);
  35.     virtual void        GetFrom(CStream &aStream);
  36. };
  37.  
  38.